DELETE
/
api
/
v1
/
guidelines
/
{guideline_id}
curl --request DELETE \
  --url https://api.quackai.com/api/v1/guidelines/{guideline_id} \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '{
  "github_token": "<string>"
}'
"<any>"

Authorizations

Authorization
string
header
required

The access token received from the authorization server in the OAuth 2.0 flow.

Path Parameters

guideline_id
integer
required
Required range: x > 0

Body

application/json
github_token
string

Response

200
application/json
Successful Response

The response is of type any.