Delete job

DELETE /v1/Exports/Jobs/{JobSid}

Path parameters

  • JobSid string Required

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

    Minimum length is 34, maximum length is 34. Format should match the following pattern: ^JS[0-9a-fA-F]{32}$.

Responses

  • 204

    The resource was deleted successfully.

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