CommunityCreate AccountSign in
  • Overview
    • Welcome
    • Authentication
    • Using Environments
  • API Reference
LogoLogo
LogoLogo
CommunityCreate AccountSign in
API ReferenceAgent Exports

Delete an agent export

DELETE
https://api.x.flatfile.com/v1/agent-exports/:agentExportId
DELETE
/v1/agent-exports/:agentExportId
1curl -X DELETE https://api.x.flatfile.com/v1/agent-exports/us_agx_YOUR_ID \
2 -H "X-Disable-Hooks: true" \
3 -H "Authorization: Bearer <token>"
Try it
200Example0
1{
2 "data": {
3 "success": true
4 }
5}
Was this page helpful?
Previous

List agents

Next
Built with
List agents

Authentication

AuthorizationBearer
Bearer authentication of the form `Bearer <token>`, where token is your auth token.

Path parameters

agentExportIdstringRequired
Agent Export ID

Headers

X-Disable-Hooks"true"RequiredDefaults to true

Response

This endpoint returns an object.
dataobject or null
Agent Export ID

Bearer authentication of the form Bearer <token>, where token is your auth token.