Discovery groups API

Delete group

DELETE /api/v1/discovery_groups/:id

Parameters
NameDescription
id *

Numeric ID of group

Example request

DELETE /api/v1/discovery_groups/114593795

Example CURL command

curl "https://company.aha.io/api/v1/discovery_groups/114593795" -d '' -X DELETE \
	-H "Authorization: Bearer 342893839dc114db6d7e51e1ad65ca057712303fbb72155d445061318376b314" \
	-H "Content-Type: application/json" \
	-H "Accept: application/json"

Request

authorization: Bearer 342893839dc114db6d7e51e1ad65ca057712303fbb72155d445061318376b314
contentType: application/json
accept: application/json

Response

Status: 204 No Content