Zilfu
API ReferenceScheduled Comment

Cancel a follow-up comment before it publishes

DELETE
/spaces/{space}/comments/{scheduledComment}
AuthorizationBearer <token>

In: header

Path Parameters

space*integer

The space ID

scheduledComment*integer

The scheduled comment ID

Response Body

application/json

application/json

application/json

application/json

application/json

curl -X DELETE "https://zilfu.app/api/spaces/0/comments/0"
{}
{
  "message": "string"
}
{
  "message": "string"
}
{
  "message": "string"
}
{
  "message": "This comment can no longer be cancelled."
}