Delete destinations
Learn more about the activation service Api to delete a destination.
This API will enable you to delete an existing destination.
Request
DELETE /api/[env]/[tenant]/destinations/[destinationId]
| Parameter | Required | Description | |
|---|---|---|---|
| Headers | Authorization
| Yes | Information about authentication access token in the format "Bearer <accessToken>". For more information, see Authentication API. |
Response
| Parameter | Type | Description |
|---|---|---|
| success | boolean | True for success response |
| error | Error | Error object for details |