Custom services API - DELETE a custom service rule
Deletes the specified custom service rule.
DELETE |
|
Authentication
To execute this request, you need the Write configuration (WriteConfig
) permission assigned to your API token. To learn how to obtain and use it, see Tokens and authentication.
Parameters
Parameter | Type | Description | In | Required |
---|---|---|---|---|
technology | string |
Technology of the custom service to delete. |
path | required |
id | string |
The ID of the custom service to delete. |
path | required |
Response
Response codes
Code | Description |
---|---|
204 | Deleted. Response does not have a body. |
Response body
A successful request doesn't return any content.