Request attributes API - DELETE a request attribute
Deletes the specified request attribute.
DELETE |
|
Authentication
To execute this request, you need the Capture request data (CaptureRequestData
) permission assigned to your API token. To learn how to obtain and use it, see Tokens and authentication.
Parameters
Parameter | Type | Description | In | Required |
---|---|---|---|---|
id | string |
The ID of the request attribute to be deleted. |
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.