Delete job

Add MCP server to your AI tool

Allow AI tools and LLMs to interact with the API documentation portal through MCP.

MCP server URL

https://twilio.demo.bump-doc.com/doc/bulkexports/mcp

Standard setup for AI tools providing an mcp.json file

mcp.json
"Bulkexports MCP server": {
  "url": "https://twilio.demo.bump-doc.com/doc/bulkexports/mcp"
}
Close
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"