1curl -X DELETE https://api.x.flatfile.com/v1/guests/us_g_YOUR_ID \2 -H "X-Disable-Hooks: true" \3 -H "Authorization: Bearer <token>"
1{2 "data": {3 "success": true4 }5}
Bearer authentication of the form Bearer <token>, where token is your auth token.
Bearer <token>
true