Agent-readable docs index: /llms.txt. Full docs in one file: /llms-full.txt. Download /docs.zip to grep all markdown files locally.
/api/v1/posts/{postId}DELETE
Deletes a post. Scheduled posts are unscheduled; published posts are removed from the workspace.
Authorization
apiKey *Bearer <token>
Akarso API key from the dashboard. Token in: header
Path Parameters
postId *string
Post ID
Response
200
id *string
Post ID
title?string
referenceKey?string | null
postDate?string | null
postedDate?string | null
status?"DRAFT" | "SCHEDULED" | "POSTED" | "ERROR" | "DELETED" | "PROCESSING" | "REVIEW" | "RETRYING"
data?object
error?string | null
Top-level failure details
errors?object | null
Per-platform failure details
externalData?object | null
retryCount?number
createdAt?string | null
updatedAt?string | null
400 · Invalid request body, path, or query parameters
error *string
Human-readable error message
code?string
Machine-readable error code
message?string
Additional error details
401 · Missing or invalid API key
error *string
Human-readable error message
code?string
Machine-readable error code
message?string
Additional error details
404 · Resource not found
error *string
Human-readable error message
code?string
Machine-readable error code
message?string
Additional error details
502 · Upstream platform request failed
error *string
Human-readable error message
code?string
Machine-readable error code
message?string
Additional error details
Request example
curl -X DELETE "https://akarso.co/api/v1/posts/<postId>" \ -H "Authorization: Bearer <token>"