Report Subscription - Delete an existing subscription
Authorizations
Path parameters
reportSubscriptionIdstring · uuidRequired
Expects id of an existing subscription
reportIdstring · uuidRequired
Expects id of an existing report
Query parameters
versionstringOptionalDefault:
The requested API version
1.0
Header parameters
embedfast-user-idstringOptional
Optional User Id
Responses
200
Success
304
Data not deleted
403
User do not have permission on report/subscription
404
Report/report subscription not found
500
Server related error
delete
DELETE /reports/{reportId}/subscriptions/{reportSubscriptionId} HTTP/1.1
Host:
Authorization: Bearer JWT
Accept: */*
{
"message": "Success Message",
"statusCode": 200
}
Last updated