Skip to main content
DELETE
/
api
/
v1
/
posts
/
schedule
/
{id}
Delete a scheduled post
curl --request DELETE \
  --url https://apix.us.amity.co/api/v1/posts/schedule/{id} \
  --header 'Authorization: Bearer <token>'
{
  "message": "success"
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

id
string
required

Scheduled post ID

Response

Scheduled post deleted successfully

message
string
Example:

"success"