Skip to content
SynupAPI
Get an API key
DELETEapi.synup.com/api/v4/posts/{postId}

Delete a post

Requires an API key. Send it as Authorization: API <your-key> — see Getting started.

Parameters

Path

NameTypeRequiredDescription
postIdstringrequired

Request

Request
curl -X DELETE 'https://api.synup.com/api/v4/posts/:postId' \
  -H 'Authorization: API YOUR_API_KEY' \
  -H 'Content-Type: application/json'

Responses

StatusDescription
200
Example response (generated from the schema)
{}