Delete a PTR record for an SBM server
DELETE/v1/hosts/sbm_servers/{server_id}/ptr_records/{record_id}
Send a DELETE request to the /v1/hosts/sbm_servers/{server_id}/ptr_records/{record_id} endpoint to remove a PTR record of an SBM server mentioned in the path parameter.
Authorization
bearerAuth AuthorizationBearer <token>
In: header
Path Parameters
| Field | Details |
|---|---|
server_id | stringA unique identifier of an SBM server. To get SBM server IDs, use a request to list all hosts and filter results by the |
record_id | stringA unique identifier of a PTR record. You can list all PTR record IDs using the relevant request. |
Response Body
application/json
application/json
curl -X DELETE "https://example.com/v1/hosts/sbm_servers/y5eVoOaE/ptr_records/WZdPwbKg"Empty