cURL
curl --request DELETE \ --url https://api.northca.dev/v1/mdts/{mdtId}/units/active/{unitId} \ --header 'x-discord-guild: <x-discord-guild>' \ --header 'x-partner-key: <api-key>'
{ "ok": true, "data": { "deleted": true } }
Deletes an active unit by ID for the MDT.
Partner API key provided by Northca.
Discord Guild ID (server/guild context for the request).
Discord User ID for the acting user (optional; used for audit fields).
MDT ID.
Active unit ID.
Delete acknowledged.
Response payload.
Show child attributes
Was this page helpful?