Mapping

Delete all history for the authenticated user

DEL
Deletes all history for the authenticated user

Request

This endpoint expects an object.
environmentId
stringOptional
Environment ID

Response

This endpoint returns an object
data
objectOptional

Errors

DEL
$curl -X DELETE https://api.x.flatfile.com/v1/mapping \
> -H "X-Disable-Hooks: true" \
> -H "Authorization: Bearer <token>" \
> -H "Content-Type: application/json" \
> -d '{}'
Response
1{
2 "data": {
3 "success": true
4 }
5}