Skip to main content

Delete security group

DELETE 

https://api.katapult.io/core/v1/security_groups/security_group

Delete a security group

Scopes

  • security_group

OAuth2 Scopes

When using OAuth2 authentication, scopes are prefixed with api.katapult.io/core/v1/.

Request

Body

    security_group

    object

    required

    id string

Responses

Delete a security group

Schema

    security_group

    object

    required

    id string
    name string

Request Collapse all
Base URL
https://api.katapult.io/core/v1
Auth
Body
{
  "security_group": {
    "id": "string"
  }
}
ResponseClear

Click the Send API Request button above and see the response here!