cURL
curl --request DELETE \ --url https://aiapi.{client}.nx1cloud.com/api/datamirroring/{job_id} \ --header 'Authorization: Bearer <token>'
"<string>"
Deletes an existing data mirroring job based on the provided job ID and returns a confirmation message.
The access token received from the authorization server in the OAuth 2.0 flow.
Unique ID of the data mirroring job to be deleted.
Data Mirror Job deleted successfully.
The response is of type string.
string
Was this page helpful?