Domain object mapping deletion endpoint.
DELETE/v1/admin/mapping/:type/:arkId
Required User Role: ADMIN
This endpoint logically deletes information about a domain object instance in the Ark platform along with the associated mapping against external system identifier via the configured connector. It accepts path values to identify the type and identifier of the desired domain object instance.
The domain object types supported by this endpoint are:
- Customer
- Account
- Card
The nominated domain object instance will be logically deleted from the Ark platform. The associated mapping against external system identifier via the configured connector will also be deleted.
Request
Responses
- 204
- 400
- 401
- 404
- 500
The requested domain object mapping was logically deleted successfully.
Schema validation failed (GEN000000)
Invalid API key (GEN001004)
Domain object not found (GEN004001)
Internal server error (GEN100000) or Service error (GEN100001)