Cancel the log export job
DELETE https://chatapps.8x8.com/api/v1/subaccounts/:subAccountId/messages/exports/:jobId
- Sending a DELETE request on this endpoint allows to cancel a Messaging Apps Logs export job.
URL
To define which SMS logs export you want to retrieve, you need to enter the Job ID generated by XXXXX in the path as well as the 8x8 SMS subaccountid you used in the previous request.
https://chatapps.8x8.com/api/v1/subaccounts/{subAccountID}/messages/exports/{jobId}
You must replace {jobID} and {subAccountId} in the URL above with the jobID and subaccountid from the start SMS logs export job request
Request
Path Parameters
Possible values: >= 3 characters and <= 50 characters, Value must match regular expression ^[A-Za-z0-9\-._&]{3,50}$
You must replace {subAccountId} with the subaccountid that you want to use. By default this is generated once you signed up with a new account at https://connect.8x8.com.
Export job identifier
Schema
Error code
Error description
Unique id of error. You can use it as reference when sending enquiries to 8x8 support
Data and time of the error occurence
{
"code":1001,
"message":"Provided subAccountId doesn't belongs to your account",
"errorId":"91b106f0-c0da-4aba-a43a-7af9c5893a80",
"timestamp":"2017-04-19T02:31:19.4297387+00:00"
}
{
"code":4018,
"message":"Invalid jobId",
"errorId":"aa400d4b-fffe-ea11-8277-00155d4ff7ed",
"timestamp":"2020-09-25T07:18:22.78Z"
}
Source: https://developer.8x8.com/connect/reference/cancel-log-export-job-1 · 8x8 CPaaS Developer Docs. Synced for support deflection.
0 Comments