Delete Collection
Deletes an existing collection.
Request
Section titled “Request”A request can be submitted to this endpoint using the details below:
Method
Section titled “Method”https://api.fyendalscollection.com/collection/{collectionId}collectionId- The ID of the collection to delete.
Example
Section titled “Example”DELETE /collection/3a14b163-15ee-41e2-a802-1494f2cc0d3f HTTP/1.1Host: api.fyendalscollection.comAuthorization: Bearer eyJ...Response
Section titled “Response”A successful response from this endpoint gives a 204 No Content and no
response body.
Example
Section titled “Example”HTTP/1.1 204 No ContentProblem Types
Section titled “Problem Types”The following problem types can be encountered when using this endpoint:
NotFound
Section titled “NotFound”If the specified transaction does not exist.
CollectionInUse
Section titled “CollectionInUse”If the collection is being used as a Goal Collection or with a Price Alert.