{}
Last updated 1 month 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: {}, }); const data = await response.json();