Use this endpoint to retrieve (GET), update (PUT), or DELETE an existing MyLibrary folder.
Click a method to view its documentation
Privileges required: mylibrary:folder:delete
Delete a MyLibrary folder specified by the folderId
path parameter.
DELETE: https://api.constantcontact.com/v2/library/folders/{folderId} |
|||
name |
type |
default |
description |
---|---|---|---|
api_key |
query |
REQUIRED; The API key for the application |
|
folderId |
path |
Specifies the MyLibrary folder to delete |
code |
description |
---|---|
204 |
Request was successful. No content will be returned |
401 |
Authentication failure |
404 |
Folder with provided ID not found. |
500 |
Internal server error occurred |