/📘 API Reference/Delete Media

Delete Media

Permanently remove a media asset from your workspace. Any scheduled post still referencing the asset will fail at publish time.

Endpoint

DELETE/media/{media_id}

Example

curl -X DELETE https://api.plansched.com/developers/v1/media/med_9x8y7z \
  -H "Authorization: Bearer $PLANSCHED_KEY"

A successful delete returns 204 No Content.

Next
API Reference → Webhooks
Continue