Skip to main content
DELETE
/
v2
/
creatives
/
{id}
curl -X DELETE "https://app.tracklysms.com/api/v2/creatives/101" \
  -H "X-Api-Key: trk_your_api_key_here"
{
  "success": true,
  "archived": true
}
Archives a creative by setting its status to archived. This is a soft delete — the creative is not permanently removed from the system and will no longer appear in default list queries.

Path Parameters

id
integer
required
The unique identifier of the creative to archive.

Response Fields

success
boolean
Indicates whether the creative was archived successfully.
archived
boolean
Confirms the creative has been archived. Always true on success.

Examples

curl -X DELETE "https://app.tracklysms.com/api/v2/creatives/101" \
  -H "X-Api-Key: trk_your_api_key_here"
{
  "success": true,
  "archived": true
}

Error Codes

HTTP StatusError CodeDescription
401unauthorizedAPI key is missing or invalid.
404not_foundNo creative exists with the given ID.

Next Steps

Creative Templates

Manage your templates

Create Schedule

Schedule campaigns