Ocoya API
Visit Ocoya
  • Getting Started
    • Introduction
    • Quick Start
  • Fundamentals
    • Authentication
    • Rate limits
    • Limitations
      • Date limitations
      • URL file limitations
      • Pagination limitations
  • Endpoints
    • Me
    • Workspaces
    • Social profiles
    • Posts
      • List posts
      • Create post
      • Update post
      • Delete post
  • Change log
    • 2025-05-16
    • 2024-10-10 (breaking)
  • Extra
    • HTTP status codes
Powered by GitBook

Last updated 7 days ago

Sample response

{}

Delete post

delete

Deletes a post by Post id and cancels all schedules. Returns nothing.

Authorizations
Path parameters
post_idstringRequiredExample: cmajvvb9q0003ja5vh0538j6r
Responses
200
Success
500
Unknown error
delete
DELETE /api/_public/v1/post/{post_id} HTTP/1.1
Host: app.ocoya.com
X-API-Key: YOUR_API_KEY
Accept: */*

No content