cURL
curl --request DELETE \ --url https://api.mapademics.com/v1/programs/{programId} \ --header 'X-API-Key: <api-key>'
{ "message": "Program deleted successfully" }
Soft deletes a program
API key for authentication
Unique identifier for the program
Program deleted successfully
"Program deleted successfully"
Was this page helpful?