Skip to main content
DELETE
/
api
/
spec
/
{api_name}
Spec Delete
curl --request DELETE \
  --url https://app.apigene.ai/api/spec/{api_name} \
  --header 'Authorization: Bearer <token>'
{
  "detail": [
    {
      "loc": [
        "<string>"
      ],
      "msg": "<string>",
      "type": "<string>"
    }
  ]
}

Authorizations

Authorization
string
header
required

JWT Authorization header using the Bearer scheme. Example: 'Authorization: Bearer {token}'

Path Parameters

api_name
string
required

Response

Successful Response