Delete a module
Path Parameters
- Type: integermodule
Id requiredModule ID
Responses
- application/json
- application/json
- application/json
- application/json
- application/json
- application/json
Request Example for delete/module/{moduleId}
curl https://test.boost.space/api/module/1 \
--request DELETE \
--header 'Authorization: Bearer YOUR_SECRET_TOKEN'
{
"id": 1,
"remotes": [
{
"id": "1",
"application": "string",
"delete": true
}
]
}