Nimply Developers
API ReferenceMedia

Delete a media asset

DELETE
/v1/media/{id}

Fails with 409 if the asset is attached to any post.

AuthorizationBearer <token>

Workspace API key (nim_live_...)

In: header

Path Parameters

id*string

Media asset id

Response Body

application/json

curl -X DELETE "https://example.com/v1/media/string"
{  "id": "string"}
Empty