Skip to main content
DELETE
/
api
/
v1
/
media
/
{id}
cURL
curl --request DELETE \
  --url https://sandbox.api.nkama.ga/api/v1/media/{id} \
  --header 'Authorization: Bearer <token>'

Authorizations

Authorization
string
header
required

Bearer access token (JWT) issued by Keycloak or the sandbox token endpoint.

Path Parameters

id
string<uuid>
required

Response

204

No Content