Docs/API reference / Instrument groups
Delete instrument groups
Requires `developer_api.instrument_groups.delete` on the project-scoped Developer API connection. Use the API origin supplied for your deployment. Unknown query parameters and unexpected request bodies are rejected. Permanently deletes a group only when no associated access grants remain.
The request panel saves credentials and API settings in this browser. Privacy details
Authorization
developerApiKey AuthorizationBearer <token>
Project-scoped Developer API connection key. Grant only the required operation permissions.
In: header
Path Parameters
project_id*string
Match
.*\S.*Length
1 <= length <= 128group_id*string
Match
.*\S.*Length
1 <= length <= 128Response Body
application/json
application/json
application/json
application/json
application/json
application/json
application/json
application/json
application/json
application/json
application/json
bash
curl -X DELETE "https://example.com/dev-api/v1/p/string/instrument-groups/string"json
{
"request_id": "string",
"data": {
"deleted": true
}
}