cURL
curl --request DELETE \ --url https://app.apigene.ai/api/spec/{api_name} \ --header 'Authorization: Bearer <token>'
{ "detail": [ { "loc": [ "<string>" ], "msg": "<string>", "type": "<string>" } ] }
Delete a spec by its API name.
Deletes the spec identified by its API name. Requires authentication.
Parameters:
Returns:
Raises:
JWT Authorization header using the Bearer scheme. Example: 'Authorization: Bearer {token}'
Successful Response