Last updated 3 months ago
{}
Deletes a post by Post id and cancels all schedules. Returns nothing.
Success
const response = await fetch('https://app.ocoya.com/api/_public/v1/post/{post_id}', { method: 'DELETE', headers: { "X-API-Key": "ApiKeyAuth <apiKey>" }, }); const data = await response.json();