Delete Action
API to delete a specified tenant action.
Request:
DELETE {lifecycleServiceURL}/api/{tenantId}/actions/{ActionName}| Name | Required | Details | |
|---|---|---|---|
| Headers | Authorization | Yes | Information about authentication access token in format "Bearer
<accessToken>". |
Content-Type
| Yes | Should be "Content-Type: application/json".
| |
Response:
Object with operation result, contains the following properties:
-
status- status of the operation. Contains 'success' if operation was successful.
Request
DELETE {lifecycleServiceURL}/api/ {tenantId}/actions/NpiCleanseAction
Headers: Authorization: Bearer {your-access-token}, Content-Type:application / json
Response
{"status": "success"}