Skip to main content
DELETE
/
vault
/
oauth
/
apps
/
{appSlug}
/
custom
/
{id}
cURL
curl --request DELETE \
  --url https://api.useanima.sh/v1/vault/oauth/apps/{appSlug}/custom/{id} \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '{}'
{
  "success": "<unknown>"
}

Authorizations

Authorization
string
header
required

JWT Bearer token obtained from authentication. Pass as: Authorization: Bearer

Path Parameters

appSlug
string
required
id
string
required

Body

application/json

The body is of type object.

Response

200 - application/json

OK

success
any
required