Deletes a user-defined flag type
Use this endpoint to remove a custom flag type. System flag types cannot be deleted.
Deletion fails if the flag type is currently in use by any flags.
Request Headers
| Header | Value | Required | Description |
|---|---|---|---|
| ECI-ApiKey | string | Yes | Your API key. See Authentication. |
| Content-Type | application/json | Yes | All requests must specify JSON content type. |
Path Parameters
| Name | Description | Type | Required |
|---|---|---|---|
| flagTypeId | The unique numeric identifier of the flag type to delete | integer (int32) | Required |
Responses
204
No Content
The request succeeded. No content is returned in the response body.