Delete Mappings

Delete a list of mappings by their external ID. This operation will fail if any mapping in the request is associated with a job, unless the force query parameter is set to true.

Securityoidc-token or oauth2-client-credentials or oauth2-open-industrial-data or oauth2-auth-code
Request
Request Body schema: application/json
required

List of external IDs of mappings to delete.

required
Array of objects (Items) [ 1 .. 100 ] items
ignoreUnknownIds
boolean (IgnoreUnknownIds)

Ignore IDs and external IDs that are not found.

force
boolean (Force)

Delete any jobs associated with each item.

Responses
200

Empty response

400

The response for a bad request.

422

Validation Error

post/hostedextractors/mappings/delete
Request samples
application/json
{
  • "items": [
    • {
      }
    ],
  • "ignoreUnknownIds": true,
  • "force": true
}
Response samples
application/json
{ }