DELETE
/
v2
/
intention
/
{intentionId}
curl --request DELETE \
  --url https://api.gptmaker.ai/v2/intention/{intentionId} \
  --header 'Authorization: Bearer <token>'
{
  "success": true
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

intentionId
string
required

ID da intenção

Response

200
application/json
Intenção deletada com sucesso
success
boolean