delete
@DeleteMapping(headers = "token",
path = "/{" + COLLECTION_IDENTIFIER_KEY + "}"
)
Method to delete a collection
Return
the response message as String
Parameters
token
The token of the user
userId
The identifier of the user
collectionId
The identifier of the collection to delete