Skip to main content
DELETE
/
socials
/
posts
/
{id}
Delete a post
curl --request DELETE \
  --url https://api.crevio.co/v1/socials/posts/{id} \
  --header 'Authorization: <api-key>'
{
  "id": "<string>",
  "object": "<string>"
}

Documentation Index

Fetch the complete documentation index at: https://crevio.co/docs/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

API key in the format: Bearer {api_token}

Path Parameters

id
string
required

Resource ID (prefix_id)

Response

Post deleted

id
string
required
object
string
required
deleted
enum<boolean>
required
Available options:
true