DELETE institution by ID - ocariot/api-gateway GitHub Wiki

Description

Deletes an institution by its ID.

Permissions:

  • Only Admin user can do this.

Scope

institutions:delete

URL

DELETE https://localhost/v1/institutions/{institution_id}

Parameters

institution_id: string (A 24-byte hex ID)

Curl example

curl -X DELETE "https://localhost/v1/institutions/5a62be07de34500146d9c544" -H "accept: /" -H "Authorization: Bearer YOUR_ACCESS_TOKEN"

Response body