DELETE
/
fm
/
api
/
v1
/
contents
/
{path}
curl --request DELETE \
  --url https://your-engine-url/fm/api/v1/contents/{path} \
  --header 'Authorization: <api-key>'
"<any>"

Authorizations

Authorization
string
header
required

Enter: 'Bearer <JWT>', where JWT is the access token. Example: Bearer access_token_comes_here

Path Parameters

path
string
required

Response

200
application/json
Successful Response

The response is of type any.