Endpoint
Authentication
Requires a Personal API Access Token.Header
Request
Headers
| Header | Value | Required |
|---|---|---|
| Authorization | Bearer | Yes |
Path Parameters
| Parameter | Type | Required | Description |
|---|---|---|---|
| projectName | string | Yes | Project name |
| apiProxyGroupName | string | Yes | API Proxy Group name |
| revision | integer | Yes | Deploy history revision number to delete |
Query Parameters
NoneRequest Body
This endpoint does not require a request body.Response
Success Response (200 OK)
Response Fields
| Field | Type | Description |
|---|---|---|
| status | string | Request status (SUCCESS or FAILURE) |
| resultMessage | string | Operation result message |
Error Response (401 Unauthorized)
cURL Example
Notes and Warnings
- Irreversible: Deleted deploy history records cannot be recovered.
- Persistent Records: Both persistent and non-persistent records can be deleted via this endpoint.
Permissions
User must haveAPI_MANAGEMENT + MANAGE permission in the project.
Related Documentation
- List Proxy Group Deploy History - List all deploy history records
- Get Deploy History Detail - Get full detail of a deploy history record

