Skip to main content
DELETE
/
groups
/
{id}
/
tool-catalogues
/
{toolCatalogueId}
Remove a tool catalogue from a group
curl --request DELETE \
  --url http://localhost:8080/api/v1/groups/{id}/tool-catalogues/{toolCatalogueId} \
  --header 'Authorization: <api-key>'
This response has no body data.

Authorizations

Authorization
string
header
required

Path Parameters

id
integer
required

Group ID

toolCatalogueId
integer
required

Tool Catalogue ID