DELETE
/
v2
/
mcp
/
{mcpId}
cURL
curl --request DELETE \
  --url https://api.gptmaker.ai/v2/mcp/{mcpId} \
  --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

mcpId
string
required

ID do MCP

Response

200
application/json

MCP deletado com sucesso

The response is of type object.