Delete a team document
DELETE/userApi/fleets/groups/:group/documents/:document
Deletes a document from the team document scope in the current organization.
Request
Responses
- 200
- 401
- 403
Returns success: true when the document is deleted.
Unauthorized. Missing, invalid, or expired token.
Forbidden. Not enough permissions.