Skip to main content
DELETE
/
v1
/
medias
/
{id}
Delete media
curl --request DELETE \
  --url https://api.wellapp.ai/v1/medias/{id} \
  --header 'Authorization: <authorization>'
This response does not have an example.

Headers

Authorization
string
required

Bearer token for authentication

Path Parameters

id
string<uuid>
required

UUID of the media to delete

Response

Media deleted successfully (no content)

I