cURL
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>"
The access token received from the authorization server in the OAuth 2.0 flow.
x > 0
Successful Response
The response is of type any.
any
Was this page helpful?