Masumi Logo

/registry-source

Updates a registry source

DELETE
/registry-source
token<token>

API key authentication via header (token)

In: header

idstring
Lengthlength <= 150

Response Body

curl -X DELETE "https://loading/./../api/v1/registry-source/" \
  -H "Content-Type: application/json" \
  -d '{
    "id": "unique-cuid-v2-auto-generated"
  }'
{
  "data": {
    "id": "unique-cuid-v2-auto-generated"
  },
  "status": "success"
}