RelayAPI
Account groups
DELETE
/v1/account-groups/{id}
AuthorizationBearer <token>

In: header

Path Parameters

id*string

Resource ID

Response Body

application/json

application/json

curl -X DELETE "https://api.relayapi.dev/v1/account-groups/string"
Empty
{
  "error": {
    "code": "string",
    "message": "string",
    "details": {
      "property1": null,
      "property2": null
    }
  }
}
{
  "error": {
    "code": "string",
    "message": "string",
    "details": {
      "property1": null,
      "property2": null
    }
  }
}