MATTR VII PlatformClaim source
Delete a claims source
Deletes an existing claims source by providing its claimSourceID
.
Analytic event
- CLAIM_SOURCE_DELETE_START
- CLAIM_SOURCE_DELETE_SUCCESS
- CLAIM_SOURCE_DELETE_FAIL
Roles
adminissuer
DELETE
/v1/claim-sources/{id}
AuthorizationBearer <token>
In: header
Path Parameters
idstring
Claims source ID
Format
uuid
Response Body
curl -X DELETE "https://example.vii.au01.mattr.global/v1/claim-sources/41458e5a-9092-40b7-9a26-d4eb43c5792f"
Empty
{
"code": "BadRequest",
"message": "Validation Error",
"details": [
{
"location": "params",
"msg": "Invalid value",
"param": "claimSourceId",
"value": "abc"
}
]
}
{
"code": "NotFound",
"message": "Validation Error",
"details": [
{
"location": "params",
"msg": "Resource Not Found",
"param": "claimSourceId",
"value": "a368cfb4-9537-4439-acc6-ce3cf2287eb7"
}
]
}
How would you rate this page?