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 204938 ca-2 cf7-44 b0-b11a-1 b4c59984512, Content-Type:application / json
Response
{"status": "success"}