Delete job

DELETE /v1/Exports/Jobs/{JobSid}

TODO: Resource-level docs

Path parameters

  • JobSid string Required

    The unique string that that we created to identify the Bulk Export job

Responses

  • 204

    The resource was deleted successfully.

DELETE /v1/Exports/Jobs/{JobSid}
curl \
 -X DELETE https://bulkexports.twilio.com/v1/Exports/Jobs/{JobSid} \
 --user "username:password"