Delete folder

Delete a folder.

Deletes a folder with the specified folderID. Deleting a folder moves the user's content in the folder to the Trash and content owned by other users is moved to the top level of the owner's projects.

DELETE https://api.canva.com/rest/v1/folders/{folderId}

This operation is rate limited to 20 requests per minute for each user of your integration.

This endpoint requires a valid access token that acts on behalf of a user. The token must have the following scopes (permissions):

  • folder:write

For more information, see Scopes.

#Authorizationstring
Required

Provides credentials to authenticate the request, in the form of a Bearer token.

For example: Authorization: Bearer {token}

#folderIdstring
Required

The folder ID.

Examples for using the /v1/folders/{folderId} endpoint:

curl --request DELETE 'https://api.canva.com/rest/v1/folders/{folderId}' \
--header 'Authorization: Bearer {token}'
sh

If successful, the endpoint returns the status code 204 No content without a response body.

To get started, generate an access token or provide your own below