Endpoint
- Method:
DELETE - Path:
/settings/creatives/{id} - Edition: PRO
- Controller:
CreativeController@destroy - Route source:
fluent-affiliate-pro/app/Http/Routes/api.php
DELETE Delete Creative
DELETE
/settings/creatives/{id}
Delete a creative.
Controller: CreativeController@destroy
Route source: fluent-affiliate-pro/app/Http/Routes/api.php
Authorizations
ApplicationPasswords
WordPress Application Passwords — use Basic auth with username:application_password.
Type
API Key (header: Authorization)
Parameters
Path Parameters
id*
The id.
Type
Requiredinteger
Responses
Successful response
application/json
JSON
{
"message": "string"
}