Skip to main content
DELETE
Delete a user institution by ID

Authorizations

x-access-token
string
header
required

JWT token passed in x-access-token header

Path Parameters

id
string
required

The unique identifier of the user institution (MongoDB ObjectId)

Pattern: ^[0-9a-fA-F]{24}$

Response

User institution successfully deleted

success
boolean
Example:

true

message
string

Success message

Example:

"User institution deleted successfully"