Last updated 4 months ago
Get media with id
curl -L \ --url 'https://www.taskade.com/api/v1/medias/{mediaId}'
{ "ok": true, "item": { "id": "text", "space_id": "text", "kind": "text" } }
Delete a media
curl -L \ --request DELETE \ --url 'https://www.taskade.com/api/v1/medias/{mediaId}'
{ "ok": true }