Authorizations
Your unique Avido API key
Your unique Avido Application ID
Path Parameters
The unique identifier of the issue
Example:
"123e4567-e89b-12d3-a456-426614174000"
Response
Issue successfully deleted
curl --request DELETE \
--url https://api.avidoai.com/v0/issues/{id} \
--header 'x-api-key: <api-key>' \
--header 'x-application-id: <api-key>'This response does not have an example.Deletes an existing issue permanently.
curl --request DELETE \
--url https://api.avidoai.com/v0/issues/{id} \
--header 'x-api-key: <api-key>' \
--header 'x-application-id: <api-key>'This response does not have an example.Your unique Avido API key
Your unique Avido Application ID
The unique identifier of the issue
"123e4567-e89b-12d3-a456-426614174000"
Issue successfully deleted