Skip to main content
DELETE
/
schedule
/
posts
/
{id}
Delete Scheduled Post
curl --request DELETE \
  --url https://api.supapo.st/schedule/posts/{id}
{
  "success": true
}
Permanently removes a scheduled post. This action cannot be undone.

Authentication

Authorization
string
Bearer token. Bearer <supabase-jwt>.

Path Parameters

id
string
required
The scheduled post ID (UUID).
{
  "success": true
}