DELETE Delete Smart Link​
DELETE
/smart-links/{id}
Permanently delete a smart link by its ID. The short URL will no longer redirect contacts. Requires FluentCampaign Pro.
Authorizations​
ApplicationPasswords
WordPress Application Passwords — use Basic auth with your WordPress username and an application password in the format: username:application_password
Type
API Key (header: Authorization)
Parameters​
Path Parameters
id*
The ID of the smart link to delete.
Type
Requiredinteger
Responses​
Smart link deleted successfully.
application/json
JSON
{
"message": "string"
}