Zilfu
API ReferenceMedia

Remove a media asset from the space library

DELETE
/spaces/{space}/media/{media}
AuthorizationBearer <token>

In: header

Path Parameters

space*integer

The space ID

media*integer

The media ID

Response Body

application/json

application/json

application/json

application/json

curl -X DELETE "https://zilfu.app/api/spaces/0/media/0"
{
  "deleted": true
}
{
  "message": "string"
}
{
  "message": "string"
}
{
  "message": "string"
}