curl --request DELETE \
--url 'https://api.stateset.com/api/v1/integration-field-mappings/bulk' \
--header "Authorization: Bearer $STATESET_API_KEY" \
--header 'Content-Type: application/json' \
--data '{
"ids": [
"3fa85f64-5717-4562-b3fc-2c963f66afa6"
]
}'
{
"affected": 1
}
Delete a bulk
Delete a bulk
DELETE
/
api
/
v1
/
integration-field-mappings
/
bulk
curl --request DELETE \
--url 'https://api.stateset.com/api/v1/integration-field-mappings/bulk' \
--header "Authorization: Bearer $STATESET_API_KEY" \
--header 'Content-Type: application/json' \
--data '{
"ids": [
"3fa85f64-5717-4562-b3fc-2c963f66afa6"
]
}'
{
"affected": 1
}
Request body
BulkDeleteRequest
string[]
required
Response
BulkResultResponse
integer (int64)
required
Status codes
| Code | Meaning |
|---|---|
200 | — |
curl --request DELETE \
--url 'https://api.stateset.com/api/v1/integration-field-mappings/bulk' \
--header "Authorization: Bearer $STATESET_API_KEY" \
--header 'Content-Type: application/json' \
--data '{
"ids": [
"3fa85f64-5717-4562-b3fc-2c963f66afa6"
]
}'
{
"affected": 1
}
Last modified on August 31, 2026