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
The unique identifier of the creative to archive.
Response Fields
Indicates whether the creative was archived successfully.
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"
200 — Success
404 — Not Found
401 — Unauthorized
{
"success" : true ,
"archived" : true
}
Error Codes
HTTP Status Error Code Description 401 unauthorizedAPI key is missing or invalid. 404 not_foundNo creative exists with the given ID.
Next Steps
Creative Templates Manage your templates
Create Schedule Schedule campaigns